Lines Matching full:markdown
1 <h1>Markdown: Basics</h1>
4 <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li>
5 <li><a class="selected" title="Markdown Basics">Basics</a></li>
6 <li><a href="/projects/markdown/syntax" title="Markdown Syntax Documentation">Syntax</a></li>
7 <li><a href="/projects/markdown/license" title="Pricing and License Information">License</a></li>
8 <li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li>
11 <h2>Getting the Gist of Markdown's Formatting Syntax</h2>
13 <p>This page offers a brief overview of what it's like to use Markdown.
14 The <a href="/projects/markdown/syntax" title="Markdown Syntax">syntax page</a> provides complete, detailed documentation for
15 every feature, but Markdown should be very easy to pick up simply by
18 HTML output produced by Markdown.</p>
20 <p>It's also helpful to simply try Markdown out; the <a href="/projects/markdown/dingus" title="Markdown Dingus">Dingus</a> is a
21 web application that allows you type your own Markdown-formatted text
24 <p><strong>Note:</strong> This document is itself written using Markdown; you
25 can <a href="/projects/markdown/basics.text">see the source for it by adding '.text' to the URL</a>.</p>
34 <p>Markdown offers two styles of headers: <em>Setext</em> and <em>atx</em>.
43 <p>Markdown:</p>
93 <p>Markdown uses asterisks and underscores to indicate spans of emphasis.</p>
95 <p>Markdown:</p>
186 <p>Markdown supports two styles for creating links: <em>inline</em> and
273 it easy to use Markdown to write about HTML example code:</p>
295 <p>Markdown:</p>